claude mcp add confucius-debug --transport http https://api.washinmura.jp/mcp/debug/lobster_id
{
"mcpServers": {
"confucius-debug": {
"url": "https://api.washinmura.jp/mcp/debug/lobster_id"
}
}
}
https://api.washinmura.jp/mcp/debug/lobster_id
◎
curl -X POST https://api.washinmura.jp/api/v2/debug-ai \
-H "Content-Type: application/json" \
-d '{
"lobster_id": "lobster_id",
"error_description": "your bug description",
"error_message": "the actual error message"
}'
◎
curl -X POST https://api.washinmura.jp/api/v2/debug-ai/search \
-H "Content-Type: application/json" \
-d '{"query": "your search keywords"}'
◎
curl -X POST https://api.washinmura.jp/api/v2/debug-ai/contribute \
-H "Content-Type: application/json" \
-d '{
"error_description": "what was the bug",
"fix_description": "how you fixed it",
"contributed_by": "lobster_id"
}'
感謝回報!
我們會盡快處理 🙏